home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form DataTemp
- BackColor = &H00C0C0C0&
- Caption = "Data Entry Template"
- ClientHeight = 3915
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 7500
- Height = 4320
- HelpContextID = 7
- Left = 1035
- LinkTopic = "Form1"
- ScaleHeight = 3915
- ScaleWidth = 7500
- Top = 1140
- Width = 7620
- Begin TextBox Fld2
- BackColor = &H00C0C0C0&
- DataField = "Name"
- DataSource = "Data1"
- Height = 315
- HelpContextID = 8
- Left = 2160
- TabIndex = 3
- Text = "Text2"
- Top = 600
- Width = 3735
- End
- Begin TextBox Fld1
- BackColor = &H00C0C0C0&
- DataField = "Name"
- DataSource = "Data1"
- Height = 315
- HelpContextID = 9
- Left = 2160
- MaxLength = 1
- TabIndex = 2
- Top = 180
- Width = 3735
- End
- Begin SSPanel cMsg
- Align = 2 'Align Bottom
- Alignment = 1 'Left Justify - MIDDLE
- BevelInner = 1 'Inset
- BorderWidth = 2
- ForeColor = &H00FF0000&
- Height = 375
- Left = 0
- TabIndex = 0
- Top = 3540
- Width = 7500
- End
- Begin Data Data1
- BackColor = &H00FFFFFF&
- Caption = "Enter Caption Here"
- Connect = ""
- DatabaseName = "E:\VB\BIBLIO.MDB"
- Exclusive = 0 'False
- Height = 270
- Left = 1860
- Options = 0
- ReadOnly = 0 'False
- RecordSource = "Publishers"
- Top = 3180
- Width = 4035
- End
- Begin Label Lbl2
- Alignment = 1 'Right Justify
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Caption = "Field Label"
- ForeColor = &H00FF0000&
- Height = 195
- Left = 60
- TabIndex = 4
- Top = 660
- Width = 2025
- End
- Begin Label Lbl1
- Alignment = 1 'Right Justify
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Caption = "Field Label"
- ForeColor = &H00FF0000&
- Height = 195
- Left = 120
- TabIndex = 1
- Top = 240
- Width = 1935
- End
- Option Explicit
- Sub Form_Load ()
- Form3d Me
- End Sub
-